projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991fbc3
)
(jka-compr-get-compression-info): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 25 Sep 2007 11:09:58 +0000
(11:09 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 25 Sep 2007 11:09:58 +0000
(11:09 +0000)
lisp/jka-cmpr-hook.el
patch
|
blob
|
history
diff --git
a/lisp/jka-cmpr-hook.el
b/lisp/jka-cmpr-hook.el
index 74525ec4409e603af521340b1372fc4c998d0d3f..8c388d0cb34ffb7630375f7f237a6d3e73e1f754 100644
(file)
--- a/
lisp/jka-cmpr-hook.el
+++ b/
lisp/jka-cmpr-hook.el
@@
-97,7
+97,7
@@
The determination as to which compression scheme, if any, to use is
based on the filename itself and `jka-compr-compression-info-list'."
(catch 'compression-info
(let ((case-fold-search nil))
- (mapc
ar
+ (mapc
(function (lambda (x)
(and (string-match (jka-compr-info-regexp x) filename)
(throw 'compression-info x))))